1 namespace WarehouseManagementSystem
2 {
3     
partial class frmAbout
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         
protected override void Dispose(bool disposing)
14         {
15             
if (disposing && (components != null))
16             {
17                 components.Dispose();
18             }
19             
base.Dispose(disposing);
20         }
21
22         
#region Windows Form Designer generated code
23
24         ///
<summary>
25         ///
Required method for Designer support - do not modify
26         ///
the contents of this method with the code editor.
27         ///
</summary>
28         
private void InitializeComponent()
29         {
30             
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
31             
this.logoPictureBox = new System.Windows.Forms.PictureBox();
32             
this.labelProductName = new System.Windows.Forms.Label();
33             
this.labelVersion = new System.Windows.Forms.Label();
34             
this.labelCopyright = new System.Windows.Forms.Label();
35             
this.labelCompanyName = new System.Windows.Forms.Label();
36             
this.textBoxDescription = new System.Windows.Forms.TextBox();
37             
this.okButton = new System.Windows.Forms.Button();
38             
this.tableLayoutPanel.SuspendLayout();
39             ((System.ComponentModel.ISupportInitialize)(
this.logoPictureBox)).BeginInit();
40             
this.SuspendLayout();
41             
//
42             
// tableLayoutPanel
43             
//
44             
this.tableLayoutPanel.ColumnCount = 2;
45             
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
46             
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
47             
this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
48             
this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
49             
this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
50             
this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
51             
this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
52             
this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
53             
this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
54             
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
55             
this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
56             
this.tableLayoutPanel.Name = "tableLayoutPanel";
57             
this.tableLayoutPanel.RowCount = 6;
58             
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
59             
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
60             
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
61             
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
62             
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
63             
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
64             
this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265);
65             
this.tableLayoutPanel.TabIndex = 0;
66             
//
67             
// logoPictureBox
68             
//
69             
this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
70             
this.logoPictureBox.Image = global::WarehouseManagementSystem.Properties.Resources.logo111;
71             
this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
72             
this.logoPictureBox.Name = "logoPictureBox";
73             
this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
74             
this.logoPictureBox.Size = new System.Drawing.Size(131, 259);
75             
this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
76             
this.logoPictureBox.TabIndex = 12;
77             
this.logoPictureBox.TabStop = false;
78             
//
79             
// labelProductName
80             
//
81             
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
82             
this.labelProductName.Location = new System.Drawing.Point(143, 0);
83             
this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
84             
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
85             
this.labelProductName.Name = "labelProductName";
86             
this.labelProductName.Size = new System.Drawing.Size(271, 17);
87             
this.labelProductName.TabIndex = 19;
88             
this.labelProductName.Text = "Product Name";
89             
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
90             
//
91             
// labelVersion
92             
//
93             
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
94             
this.labelVersion.Location = new System.Drawing.Point(143, 26);
95             
this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
96             
this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
97             
this.labelVersion.Name = "labelVersion";
98             
this.labelVersion.Size = new System.Drawing.Size(271, 17);
99             
this.labelVersion.TabIndex = 0;
100             
this.labelVersion.Text = "Version";
101             
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
102             
//
103             
// labelCopyright
104             
//
105             
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
106             
this.labelCopyright.Location = new System.Drawing.Point(143, 52);
107             
this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
108             
this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
109             
this.labelCopyright.Name = "labelCopyright";
110             
this.labelCopyright.Size = new System.Drawing.Size(271, 17);
111             
this.labelCopyright.TabIndex = 21;
112             
this.labelCopyright.Text = "Copyright";
113             
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
114             
//
115             
// labelCompanyName
116             
//
117             
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
118             
this.labelCompanyName.Location = new System.Drawing.Point(143, 78);
119             
this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
120             
this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
121             
this.labelCompanyName.Name = "labelCompanyName";
122             
this.labelCompanyName.Size = new System.Drawing.Size(271, 17);
123             
this.labelCompanyName.TabIndex = 22;
124             
this.labelCompanyName.Text = "Company Name";
125             
this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
126             
//
127             
// textBoxDescription
128             
//
129             
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
130             
this.textBoxDescription.Location = new System.Drawing.Point(143, 107);
131             
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
132             
this.textBoxDescription.Multiline = true;
133             
this.textBoxDescription.Name = "textBoxDescription";
134             
this.textBoxDescription.ReadOnly = true;
135             
this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
136             
this.textBoxDescription.Size = new System.Drawing.Size(271, 126);
137             
this.textBoxDescription.TabIndex = 23;
138             
this.textBoxDescription.TabStop = false;
139             
this.textBoxDescription.Text = "Description";
140             
//
141             
// okButton
142             
//
143             
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
144             
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
145             
this.okButton.Location = new System.Drawing.Point(339, 239);
146             
this.okButton.Name = "okButton";
147             
this.okButton.Size = new System.Drawing.Size(75, 23);
148             
this.okButton.TabIndex = 24;
149             
this.okButton.Text = "&OK";
150             
this.okButton.Click += new System.EventHandler(this.okButton_Click);
151             
//
152             
// frmAbout
153             
//
154             
this.AcceptButton = this.okButton;
155             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
156             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
157             
this.ClientSize = new System.Drawing.Size(435, 283);
158             
this.Controls.Add(this.tableLayoutPanel);
159             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
160             
this.MaximizeBox = false;
161             
this.MinimizeBox = false;
162             
this.Name = "frmAbout";
163             
this.Padding = new System.Windows.Forms.Padding(9);
164             
this.ShowIcon = false;
165             
this.ShowInTaskbar = false;
166             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
167             
this.Text = "frmAbout";
168             
this.Load += new System.EventHandler(this.frmAbout_Load);
169             
this.tableLayoutPanel.ResumeLayout(false);
170             
this.tableLayoutPanel.PerformLayout();
171             ((System.ComponentModel.ISupportInitialize)(
this.logoPictureBox)).EndInit();
172             
this.ResumeLayout(false);
173
174         }
175
176         
#endregion
177
178         
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
179         
private System.Windows.Forms.PictureBox logoPictureBox;
180         
private System.Windows.Forms.Label labelProductName;
181         
private System.Windows.Forms.Label labelVersion;
182         
private System.Windows.Forms.Label labelCopyright;
183         
private System.Windows.Forms.Label labelCompanyName;
184         
private System.Windows.Forms.TextBox textBoxDescription;
185         
private System.Windows.Forms.Button okButton;
186     }
187 }


Gõ tìm kiếm nhanh...